Revision: yaclml--simplify--0.0--patch-10
Archive: bese-devel@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sun Aug 24 16:57:50 CEST 2003
Standard-date: 2003-08-24 14:57:50 GMT
Summary: def-html-tag changes.
Keywords: 
New-files: 
New-directories: 
Removed-files: 
Removed-directories: 
Renamed-files: 
Renamed-directories: 
Modified-files: ./src/tags/html4.lisp
Modified-directories: 
New-patches: bese-devel@common-lisp.net/yaclml--simplify--0.0--patch-10
Removed-patches: 

def-html-tag now takes a symbol as the tag name and derives the html
tag name flom that. passing in astring and doing the intern in the
macro was ... confusing.

fixed a few repeated attributes.
